getIntents

open fun getIntents(): @NonNull Array<Intent>(source)

Return an array containing the intents added to this builder. The intent at the root of the task stack will appear as the first item in the array and the intent at the top of the stack will appear as the last item.

Return

An array containing the intents added to this builder.